home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Found / FWDebug / Include / FWDebug.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  630 b   |  30 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWDebug.h
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    (c) 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWENVDEF_H
  11. #include "FWEnvDef.h"
  12. #endif
  13.  
  14. #if !defined(FWDEBUG_H)
  15. #define FWDEBUG_H
  16.  
  17. #if !defined(FWDBGSTR_H) && defined(FW_DEBUG)
  18. #include "FWDbgStr.h"
  19. #endif
  20.  
  21. #if !defined(FWPRIDEB_H)
  22. #include "FWPriDeb.h"
  23. #endif
  24.  
  25. #if !defined(FWSYMFIL_H) && defined(FW_BUILD_WIN)
  26. #include "FWSymFil.h"
  27. #endif
  28.  
  29. #endif
  30.